Search results

39 packages found

Powerful pattern matching for Javascript

published 0.5.1 11 years ago
M
Q
P

Returns true if a string has an extglob.

published 2.1.1 7 years ago
M
Q
P

Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a bet

published 4.0.3 3 years ago
M
Q
P

Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch.

published 4.0.5 2 years ago
M
Q
P

Matches a data object against a reference value Edit

published 1.39.0 2 months ago
M
Q
P

Fast, minimal glob matcher for node.js. Similar to micromatch, minimatch and multimatch, but complete Bash 4.3 wildcard support only (no support for exglobs, posix brackets or braces)

published 1.2.13 6 years ago
M
Q
P

Returns true if a file path does not contain any invalid characters.

published 0.1.1 9 years ago
M
Q
P

Returns true if a windows file path has invalid characters.

published 1.0.2 6 years ago
M
Q
P

matches string to object key, if no match calls default case

published 3.0.0 8 years ago
M
Q
P

Like String.prototype.replace() but attempts to match the casing of the substring being replaced.

published 1.0.1 6 months ago
M
Q
P

Get the line number for each regex match found in a string.

published 0.1.0 10 years ago
M
Q
P

Returns `true` if an array has a glob pattern.

published 1.0.0 8 years ago
M
Q
P

Native pattern matching for JavaScript

published 0.3.5 9 years ago
M
Q
P

A regular expression that matches common filenames that we want to ignore

published 5.6.0 4 months ago
M
Q
P

Replace only specific occurrences of a string. e.g. if the string exists 10 times, you can replace, say, the 3rd and 8th occurrences only, etc. Returns a new string with nth specific matches of a pattern replaced by a replacement. The pattern can be a str

published 0.2.1 10 years ago
M
Q
P

Provide another map which based on Map, and with loosed key matches

published 1.0.2 5 months ago
M
Q
P

Find and replace utility for node.js. Transform strings by running multiple RegExp or string find-and-replace patterns on a string in sequence, reducing the final string to the accumulated result of each transformation. Patterns can be strings (or arrays

published 0.2.3 10 years ago
M
Q
P

Returns lines matching a pattern in a string. Supports inverse operation as well, to exclude lines with matches.

published 1.0.3 5 years ago
M
Q
P
M
Q
P

Build regular expression groups from arrays of strings. Useful when you need to automatically generate RegExp patterns.

published 0.1.0 10 years ago
M
Q
P